gnus-html.el (gnus-html-image-fetched): Don't kill the temporary buffer after being...
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Jan 2011 04:10:19 +0000 (04:10 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 24 Jan 2011 04:10:19 +0000 (04:10 +0000)
commit56757847616c8af1b45d98d5b61b8c11c8601423
treedd14258954ddae1a03b0854ad4decc1d1fe8230c
parent1c60530ce0200b884c60185c264039b28be6bc89
gnus-html.el (gnus-html-image-fetched): Don't kill the temporary buffer after being called.  It's apparently being killed by url.el, and killing it made point move to end-of-buffer in a random buffer.
shr.el (shr-image-fetched): Ditto.
shr.el (shr-image-fetched): Avoid having point move in the article buffer.
gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and fix the bug in url-http.el instead.
shr.el (shr-image-fetched): Ditto.
gravatar.el (gravatar-retrieve): Be silent when retrieving.
gnus-gravatar.el (gnus-gravatar-insert): Don't move point around in the article buffer.
 (gnus-gravatar-insert): Use blank space from the current buffer to avoid breaking text properties.  This makes X-Sent updating work again.
gnus-art.el (gnus-article-read-summary-keys): Don't call disabled commands.
lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el
lisp/gnus/gnus-gravatar.el
lisp/gnus/gravatar.el
lisp/gnus/shr.el